Seal private member.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:22 +0000 (10:59 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:22 +0000 (10:59 +0000)
* gtk/gtkentrycompletion.h: Seal private member.

svn path=/trunk/; revision=20506

gtk/gtkentrycompletion.h

index b9ad7ce2e85d2949acaf3f0677a748aeecd4393c..14365ff613328021d8e815b5bacc60b07341bb84 100644 (file)
@@ -55,7 +55,7 @@ struct _GtkEntryCompletion
   GObject parent_instance;
 
   /*< private >*/
-  GtkEntryCompletionPrivate *priv;
+  GtkEntryCompletionPrivate *GSEAL (priv);
 };
 
 struct _GtkEntryCompletionClass